home *** CD-ROM | disk | FTP | other *** search
- object frmOptions: TfrmOptions
- Left = 213
- Top = 136
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Kaufman Code Bank - Options'
- ClientHeight = 305
- ClientWidth = 343
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 112
- Top = 8
- Width = 27
- Height = 33
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object lblNothing1: TLabel
- Left = 152
- Top = 16
- Width = 62
- Height = 19
- Caption = 'Options'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Bevel_1: TBevel
- Left = 8
- Top = 56
- Width = 329
- Height = 9
- Shape = bsTopLine
- end
- object Bevel_2: TBevel
- Left = 8
- Top = 180
- Width = 329
- Height = 9
- Shape = bsTopLine
- end
- object chkRememberPosition: TCheckBox
- Left = 8
- Top = 64
- Width = 225
- Height = 17
- Caption = 'Remember window position when quitting'
- TabOrder = 0
- end
- object fraToolbarOptions: TGroupBox
- Left = 8
- Top = 192
- Width = 329
- Height = 73
- Caption = ' On startup, show the format toolbar... '
- TabOrder = 1
- object radDocked: TRadioButton
- Left = 8
- Top = 24
- Width = 241
- Height = 17
- Caption = 'Docked to the main window'#39's toolbar'
- TabOrder = 0
- end
- object radFloating: TRadioButton
- Left = 8
- Top = 48
- Width = 241
- Height = 17
- Caption = 'Floating in an independant window'
- TabOrder = 1
- end
- end
- object btnOK: TButton
- Left = 184
- Top = 280
- Width = 73
- Height = 23
- Caption = '&OK'
- Default = True
- TabOrder = 2
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 264
- Top = 280
- Width = 73
- Height = 23
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 3
- OnClick = btnCancelClick
- end
- object chkOpenRecentFile: TCheckBox
- Left = 8
- Top = 88
- Width = 225
- Height = 17
- Caption = 'Open last opened file on startup'
- TabOrder = 4
- end
- object chkStartMax: TCheckBox
- Left = 8
- Top = 112
- Width = 225
- Height = 17
- Caption = 'Start maximized'
- TabOrder = 5
- end
- object chkWrapWords: TCheckBox
- Left = 8
- Top = 136
- Width = 145
- Height = 17
- Caption = 'Wrap words on main form'
- TabOrder = 6
- end
- object chkAutoShowOpen: TCheckBox
- Left = 8
- Top = 160
- Width = 201
- Height = 17
- Caption = 'Auto show open file dialog on startup'
- TabOrder = 7
- end
- end
-